home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000122_news@columbia.edu_Sun Dec 16 00:05:37 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07568
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sat, 16 Dec 1995 17:13:37 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id RAA29442 for kermit.misc@watsun; Sat, 16 Dec 1995 17:12:37 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!cuhknntp!hpg30a.csc.cuhk.hk!news.hk.net!hk.gin.net!news.sprintlink.net!newsfeed.internetmci.com!howland.reston.ans.net!nntp.crl.com!crl.crl.com!not-for-mail
  5. From: randyd@crl.com (Randy Ding)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: k95 telnet, msk3.14/com3 on NT
  8. Date: 15 Dec 1995 16:05:37 -0800
  9. Organization: CRL Network Services      (415) 705-6060  [Login: guest]
  10. Lines: 42
  11. Message-Id: <4at2gh$e75@crl.crl.com>
  12. Nntp-Posting-Host: crl.com
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. Thanks Frank and Joe for K95!  Its terrific!
  16.  
  17. I have two small questions..
  18.  
  19. I am running Windows NT 3.51 patch 2, using RAS to a PPP server,
  20. Zoom V.34 modem on com3 (int 5), 
  21. K95 v1.1.1
  22.  
  23. (a) how do you keep telnet from auto connecting, example...
  24.  
  25. define TELCRL,-
  26.   telnet crl.com,-     ; this requires an alt-X to continue?
  27.   input 15 {ogin:},-
  28.   if success goto telcrl1,-
  29.   output \13,-
  30.   input 10 {ogin:},-
  31.   if fail goto telcrl2,-
  32.   :TELCRL1,-
  33.   output randyd\13,-
  34.   input 10 {assword:},-
  35.   if fail goto telcrl2,-
  36.   output mypasswd\13,-
  37.   :TELCRL2,-
  38.   connect
  39.  
  40. (b) I first used Kermit 3.14 under NT.  When the modem is on com3
  41.     it will not echo any characters to the screen, however it
  42.     communicates just fine, ex: atz resets the modem and atdt dials.
  43.     Moving the modem to com2 fixes the problem.
  44.  
  45.     I used msdos Kermit for many years on com3 with the non-standard
  46.     interrupt (under dos) and think this is an NT Command-Shell problem.
  47.     Is this what you believe?
  48.  
  49. Thank you very much..
  50.  
  51. Randy.
  52. randyd@crl.com
  53.  
  54.  
  55.  
  56.